home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / Str / DLLDef next >
Text File  |  1995-04-04  |  540b  |  50 lines

  1. ;
  2. ; cdll definition file for <name>
  3. ;
  4.  
  5. name "Str"
  6.   version 1.00
  7.   author "DeskLib"
  8.  
  9. ; --- Exported symbols ---
  10.  
  11. exports
  12. {
  13.   strnicmp
  14.   strnicmpcr
  15.   strdup
  16.   Str_DecodeHex
  17.   Str_MakeHex
  18.   strncpycr
  19.   stricmpcr
  20.   LeafName
  21.   Str_MakeASCIIZ
  22.   Str_MakeCR
  23.   strcmpcr
  24.   strlencr
  25.   strcatcr
  26.   strcpycr
  27.   stricmp
  28. }
  29.  
  30. ; --- Object files ---
  31.  
  32. objects
  33. {
  34.   o.MakeCR
  35.   o.strnicmp
  36.   o.stricmp
  37.   o.LeafName
  38.   o.strnicmpcr
  39.   o.MakeHex
  40.   o.MakeASCIIZ
  41.   o.strncpycr
  42.   o.stricmpcr
  43.   o.strdup
  44.   o.strcpycr
  45.   o.strcatcr
  46.   o.strlencr
  47.   o.strcmpcr
  48.   o.DecodeHex
  49. }
  50.